home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / perl.src < prev    next >
Text File  |  1998-07-28  |  1KB  |  33 lines

  1. @@@STARTPACK(perl;PERL scripting language)
  2.  
  3. <P>PERL is a scripting language in use in many sites today. It combines
  4. the best features of sed, awk, shell scripts and even a little BASIC.
  5. It is commonly used for administrative tasks, and for WWW CGI scripts.
  6. Many stools depend on perl, and no system is complete without it.</P>
  7.  
  8. <P>This page provides links to Perl 5 binary distributions for SCO platforms
  9.  and the Perl source archive as well as
  10. <A HREF="../src/htdocs/perl5.004.04.html">
  11. more info on Perl 5</A>.</P>
  12.  
  13. <P>In addition to the custom installable Perl 5.004_04 for OpenServer 5 on
  14. Skunkware 98, there is a gzip'd tar archive of
  15. <A HREF="../osr5/interp/perl-5.005/perl-5.005.tar.gz">Perl 5.005</A>
  16. pre-compiled for use on SCO OpenServer 5. Manual installation of this
  17. release of Perl can be accomplished by issuing the following commands (as root):
  18.  
  19. <PRE>
  20.     # cd /
  21.     # gzcat /mount-point/osr5/interp/perl-5.005/perl-5.005.tar.gz | tar xf -
  22. </PRE>
  23.  
  24. where mount-point refers to the directory path on which the Skunkware 98
  25. CD-ROM is mounted.
  26. </P>
  27.  
  28. @@@OSR5DIST(http://www.sco.com/skunkware/osr5/interp/perl/)
  29. @@@UW2DIST(http://www.sco.com/skunkware/uw7/interp/perl/)
  30. @@@SOURCE(ftp://prep.ai.mit.edu/pub/gnu/)
  31. @@@ENDPACK
  32.  
  33.